|
ARD2
1.00 for Rev B. Hardware
Airbag Reference Demonstrator using MPC5604P
|
Main application. More...
#include "derivative.h"Go to the source code of this file.
Functions | |
| void | main (void) |
| main - the magic is all called from here. | |
| void | vfnVerifyMCUInitStatus (uint8_t u8Status) |
| This function analyzes the Initial MCU status and turns LED's. accordingly. If something didn't initialize correctly, it traps the error and keeps the program from continuing. | |
Main application.
Copyright (c) 2011 Freescale Semiconductor Freescale Confidential Proprietary
History:
| void main | ( | void | ) |
main - the magic is all called from here.
| void vfnVerifyMCUInitStatus | ( | uint8_t | u8Status | ) |
This function analyzes the Initial MCU status and turns LED's. accordingly. If something didn't initialize correctly, it traps the error and keeps the program from continuing.
| u8Status,: | Status byte coming from init routine. |